home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / datalife.igz / datalife.img / DM.BAT < prev    next >
Encoding:
DOS Batch File  |  2003-07-23  |  111 b   |  10 lines

  1. @echo off
  2. if "%NOMOUSE%"=="TRUE" goto NMOUSE
  3.  
  4. dm /ve:32
  5. goto END
  6.  
  7. :NMOUSE
  8. call dl /ve:32 NOMOUSE
  9.  
  10. :END